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?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
SJIS-WIN | ???U?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
EUC-JP | ???U?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
UTF-8 | 혨첩혩U찾첫 | 11101101100110001010100011101100101100101010100111101101100110001010100101010101111011001011000010111110111011001011001010101011 | ed98a8ecb2a9ed98a955ecb0beecb2ab |
UHC | 혨첩혩U찾첫 | 1100001010010000110000111011100011000010100100010101010111000011101000111100001110111001 | c290c3b8c29155c3a3c3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)