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 | ???沃?? | 00111111001111110011111110010111100000000011111100111111 | 3f3f3f97803f3f |
EUC-JP | ???沃?? | 00111111001111110011111111001101111000000011111100111111 | 3f3f3fcde03f3f |
UTF-8 | 呂먪맜沃밸쨰 | 111011111010011010000000111010111010100010101010111010111010011110011100111001101011001010000011111010111011000010111000111011001010100010110000 | efa680eba8aaeba79ce6b283ebb0b8eca8b0 |
UHC | 呂먪맜沃밸쨰 | 111001011111101110010000111001111001000010101011111010001010101010111001111010111010010010001010 | e5fb90e790abe8aab9eba48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)