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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?訥ぱ??∮^ | 00111111111001100110001110000010110011110011111100111111100001111001001101011110 | 3fe66382cf3f3f87935e |
EUC-JP | ?訥ぱ???^ | 001111111110101111000100101001001101000100111111001111110011111101011110 | 3febc4a4d13f3f3f5e |
UTF-8 | 룵訥ぱ룶쥚∮^ | 11101011101000111011010111101000101010001010010111100011100000011011000111101011101000111011011011101100101001011001101011100010100010001010111001011110 | eba3b5e8a8a5e381b1eba3b6eca59ae288ae5e |
UHC | 룵訥ぱ룶쥚∮^ | 10001111101010101101001011101101101010101101000110001111101010111010001010001111101000101011000101011110 | 8faad2edaad18faba28fa2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)