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 | 瀇軸鉧竺 | 1111101101001111100011101011001011111011110010111000111010110001 | fb4f8eb2fbcb8eb1 |
EUC-JP | 瀇軸鉧竺 | 10001111110010011010110110111100101101001000111111100011111010011011110010110011 | 8fc9adbcb48fe3e9bcb3 |
UTF-8 | 瀇軸鉧竺 | 111001111000000010000111111010001011101110111000111010011000100110100111111001111010101110111010 | e78087e8bbb8e989a7e7abba |
UHC | ?軸?竺 | 001111111111010111101110001111111111010111100111 | 3ff5ee3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)