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 | ?D???A?O | 0011111101000100001111110011111100111111010000010011111101001111 | 3f443f3f3f413f4f |
SJIS-WIN | ?D???A?O | 0011111101000100001111110011111100111111010000010011111101001111 | 3f443f3f3f413f4f |
EUC-JP | ?D???A?O | 0011111101000100001111110011111100111111010000010011111101001111 | 3f443f3f3f413f4f |
UTF-8 | 혪D혩짯혪A혪O | 111011011001100010101010010001001110110110011000101010011110110010100111101011111110110110011000101010100100000111101101100110001010101001001111 | ed98aa44ed98a9eca7afed98aa41ed98aa4f |
UHC | 혪D혩짯혪A혪O | 11000010100100100100010011000010100100011100001010101101110000101001001001000001110000101001001001001111 | c29244c291c2adc29241c2924f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)