To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??魏?┷ | 100010001010000100111111001111111110100110110000001111111000010010111000 | 88a13f3fe9b03f84b8 |
EUC-JP | 娃??魏?┷ | 101100001010001100111111001111111111001010110010001111111010100010111010 | b0a33f3ff2b23fa8ba |
UTF-8 | 娃숈뮂魏섓┷ | 111001011010100010000011111011001000100010001000111010111010111010000010111010011010110110001111111011001000010010010011111000101001010010110111 | e5a883ec8888ebae82e9ad8fec8493e294b7 |
UHC | 娃숈뮂魏섓┷ | 111010001101111110011001111011001001001010010001111010101110000010011000111011111010011010111010 | e8df99ec9291eae098efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)