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 | ???L?G?PB | 001111110011111100111111010011000011111101000111001111110101000001000010 | 3f3f3f4c3f473f5042 |
SJIS-WIN | ???L?G?PB | 001111110011111100111111010011000011111101000111001111110101000001000010 | 3f3f3f4c3f473f5042 |
EUC-JP | ???L?G?PB | 001111110011111100111111010011000011111101000111001111110101000001000010 | 3f3f3f4c3f473f5042 |
UTF-8 | 혩짼혪L혪G혪PB | 11101101100110001010100111101100101001111011110011101101100110001010101001001100111011011001100010101010010001111110110110011000101010100101000001000010 | ed98a9eca7bced98aa4ced98aa47ed98aa5042 |
UHC | 혩짼혪L혪G혪PB | 1100001010010001110000101011001011000010100100100100110011000010100100100100011111000010100100100101000001000010 | c291c2b2c2924cc29247c2925042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)