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 | 底弄?? | 100100101110101010011000010011010011111100111111 | 92ea984d3f3f |
EUC-JP | 底弄?? | 110001001110110011001111101011100011111100111111 | c4eccfae3f3f |
UTF-8 | 底弄렪렪 | 111001011011101010010101111001011011110010000100111010111010000010101010111010111010000010101010 | e5ba95e5bc84eba0aaeba0aa |
UHC | 底弄렪렪 | 1110111010111100110101101110011110001110101110001000111010111000 | eebcd6e78eb88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)