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 | 跂ょず跂 | 1110011011100011100000101110010110000010101110001110011011100011 | e6e382e582b8e6e3 |
EUC-JP | 跂ょず跂 | 1110110011100101101001001110011110100100101110101110110011100101 | ece5a4e7a4baece5 |
UTF-8 | 跂ょず跂 | 111010001011011110000010111000111000001010000111111000111000000110011010111010001011011110000010 | e8b782e38287e3819ae8b782 |
UHC | ?ょず? | 001111111010101011100111101010101011101000111111 | 3faae7aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)