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 | 鱆軸鉑室 | 1110100111100001100011101011001011111011110010011000111010111010 | e9e18eb2fbc98eba |
EUC-JP | 鱆軸鉑室 | 111100101110001110111100101101001000111111100011111000011011110010111100 | f2e3bcb48fe3e1bcbc |
UTF-8 | 鱆軸鉑室 | 111010011011000110000110111010001011101110111000111010011000100110010001111001011010111010100100 | e9b186e8bbb8e98991e5aea4 |
UHC | ?軸?室 | 001111111111010111101110001111111110001111111000 | 3ff5ee3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)