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 | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ?訥モC??? | 001111111110011001100011100000111000001001000011001111110011111100111111 | 3fe6638382433f3f3f |
EUC-JP | ?訥モC??? | 001111111110101111000100101001011110001001000011001111110011111100111111 | 3febc4a5e2433f3f3f |
UTF-8 | 룵訥モC룶콓▣ | 11101011101000111011010111101000101010001010010111100011100000111010001001000011111010111010001110110110111011001011110110010011111000101001011010100011 | eba3b5e8a8a5e383a243eba3b6ecbd93e296a3 |
UHC | 룵訥モC룶콓▣ | 10001111101010101101001011101101101010111110001001000011100011111010101110110001100011111010001011000011 | 8faad2edabe2438fabb18fa2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)