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 | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
SJIS-WIN | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
EUC-JP | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
UTF-8 | 혪U혪A혪O혪L혪U | 1110110110011000101010100101010111101101100110001010101001000001111011011001100010101010010011111110110110011000101010100100110011101101100110001010101001010101 | ed98aa55ed98aa41ed98aa4fed98aa4ced98aa55 |
UHC | 혪U혪A혪O혪L혪U | 110000101001001001010101110000101001001001000001110000101001001001001111110000101001001001001100110000101001001001010101 | c29255c29241c2924fc2924cc29255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)