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 | ???PBF | 001111110011111100111111010100000100001001000110 | 3f3f3f504246 |
SJIS-WIN | ???PBF | 001111110011111100111111010100000100001001000110 | 3f3f3f504246 |
EUC-JP | ???PBF | 001111110011111100111111010100000100001001000110 | 3f3f3f504246 |
UTF-8 | 혩첸혪PBF | 111011011001100010101001111011001011001010111000111011011001100010101010010100000100001001000110 | ed98a9ecb2b8ed98aa504246 |
UHC | 혩첸혪PBF | 110000101001000111000011101111101100001010010010010100000100001001000110 | c291c3bec292504246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)