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 | 筌????╋ | 1110001010100011001111110011111100111111001111111000010010110100 | e2a33f3f3f3f84b4 |
EUC-JP | 筌????╋ | 1110010010100101001111110011111100111111001111111010100010110110 | e4a53f3f3f3fa8b6 |
UTF-8 | 筌껋꼪柳뤄╋ | 111001111010110110001100111010101011101110001011111010101011110010101010111011111010011110001001111010111010010010000100111000101001010110001011 | e7ad8ceabb8beabcaaefa789eba484e2958b |
UHC | 筌껋꼪柳뤄╋ | 111011111010011110000011111011001000010010000111111010101111011110110111111011111010011010110110 | efa783ec8487eaf7b7efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)