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 | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
SJIS-WIN | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
EUC-JP | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
UTF-8 | 횄짜P횄짜D횆혚 | 1110110110011010100001001110110010100111100111000101000011101101100110101000010011101100101001111001110001000100111011011001101010000110111011011001100010011010 | ed9a84eca79c50ed9a84eca79c44ed9a86ed989a |
UHC | 횄짜P횄짜D횆혚 | 1100001110000011110000101010010101010000110000111000001111000010101001010100010011000011100001001100001010000101 | c383c2a550c383c2a544c384c285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)