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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 橈?)違 | 10011110111101000011111110000001011010101000100011100001 | 9ef43f816a88e1 |
EUC-JP | 橈?)違 | 11011100111101100011111110100001110010111011000011100011 | dcf63fa1cbb0e3 |
UTF-8 | 橈볥)違 | 111001101010100110001000111010111011001110100101111011111011110010001001111010011000000110010101 | e6a988ebb3a5efbc89e98195 |
UHC | 橈볥)違 | 1110100011111010100100111110101110100011101010011110101011011110 | e8fa93eba3a9eade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)