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 | 룵깰^ | 11101011101000111011010111101010101110011011000001011110 | eba3b5eab9b05e |
SJIS-WIN | ?£???°^ | 001111111000000110010010001111110011111100111111100000011000101101011110 | 3f81923f3f3f818b5e |
EUC-JP | ��^ | 10001111101010111011001110100001111100100011111110001111101010111011010000111111101000011110101101011110 | 8fabb3a1f23f8fabb43fa1eb5e |
UTF-8 | 룵깰^ | 11000011101010111100001010100011110000101011010111000011101010101100001010111001110000101011000001011110 | c3abc2a3c2b5c3aac2b9c2b05e |
UHC | ????¹°^ | 001111110011111100111111001111111010100111110110101000011100011001011110 | 3f3f3f3fa9f6a1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)