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???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
UTF-8 | 채P혢혞혙징 | 11101100101100011000010001010000111011011001100010100010111011011001100010011110111011011001100010011001111011001010011110010101 | ecb18450ed98a2ed989eed9899eca795 |
UHC | 채P혢혞혙징 | 1100001110100100010100001100001010001011110000101000100011000010100001001100001010100001 | c3a450c28bc288c284c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)