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 | 跂ょず蒟 | 1110011011100011100000101110010110000010101110001110010011100101 | e6e382e582b8e4e5 |
EUC-JP | 跂ょず蒟 | 1110110011100101101001001110011110100100101110101110100011100111 | ece5a4e7a4bae8e7 |
UTF-8 | 跂ょず蒟 | 111010001011011110000010111000111000001010000111111000111000000110011010111010001001001010011111 | e8b782e38287e3819ae8929f |
UHC | ?ょず? | 001111111010101011100111101010101011101000111111 | 3faae7aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)