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??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
SJIS-WIN | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
EUC-JP | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
UTF-8 | 횄짤p횄짤pB | 111011011001101010000100111011001010011110100100011100001110110110011010100001001110110010100111101001000111000001000010 | ed9a84eca7a470ed9a84eca7a47042 |
UHC | 횄짤p횄짤pB | 1100001110000011110000101010100101110000110000111000001111000010101010010111000001000010 | c383c2a970c383c2a97042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)