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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奄?“猶? | 1000100110000010001111111000000101100111100101110101000000111111 | 89823f816797503f |
EUC-JP | 奄?“猶? | 1011000111100010001111111010000111001000110011011011000100111111 | b1e23fa1c8cdb13f |
UTF-8 | 奄띕“猶덨 | 111001011010010110000100111010111001110110010101111000101000000010011100111001111000110010110110111010111000110110101000 | e5a584eb9d95e2809ce78cb6eb8da8 |
UHC | 奄띕“猶덨 | 11100101111100101011011011101011101000011011000011101011101000101000100101000010 | e5f2b6eba1b0eba28942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)