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 | 瓦??野 | 100010101010001000111111001111111001011011101100 | 8aa23f3f96ec |
EUC-JP | 瓦??野 | 101101001010010000111111001111111100110011101110 | b4a43f3fccee |
UTF-8 | 瓦㏘벤野 | 111001111001001110100110111000111000111110011000111010111011001010100100111010011000011110001110 | e793a6e38f98ebb2a4e9878e |
UHC | 瓦㏘벤野 | 1110100010111111101000101110010010111010101001011110010110101111 | e8bfa2e4baa5e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)