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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 終堪? | 1000111101001001100010101010110000111111 | 8f498aac3f |
EUC-JP | 終堪? | 1011110110101010101101001010111000111111 | bdaab4ae3f |
UTF-8 | 終堪벼 | 111001111011010110000010111001011010000010101010111010111011001010111100 | e7b582e5a0aaebb2bc |
UHC | 終堪벼 | 111100001111101111001010111011011011101010101101 | f0fbcaedbaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)