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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鍮? | 001111110011111100111111111010000100101000111111 | 3f3f3fe84a3f |
EUC-JP | ???鍮? | 001111110011111100111111111011111010101100111111 | 3f3f3fefab3f |
UTF-8 | 黎싨뎸鍮얝 | 111011111010011010001001111011001000101110101000111010111000111010111000111010011000110110101110111011001001011010011101 | efa689ec8ba8eb8eb8e98daeec969d |
UHC | 黎싨뎸鍮얝 | 11100110101100011001101011100110100010011000101111101011101110011001111001000101 | e6b19ae6898bebb99e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)