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 | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | 闡「N闡「 | 11101000100100011010001001001110111010001001000110100010 | e891a24ee891a2 |
EUC-JP | 闡「N闡「 | 111011111111000110001110101000100100111011101111111100011000111010100010 | eff18ea24eeff18ea2 |
UTF-8 | 闡「N闡「 | 11101001100101111010000111101111101111011010001001001110111010011001011110100001111011111011110110100010 | e997a1efbda24ee997a1efbda2 |
UHC | 闡?N闡? | 11110100110001010011111101001110111101001100010100111111 | f4c53f4ef4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)