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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??を??ャ | 0011111100111111100000101111000000111111001111111000001110000011 | 3f3f82f03f3f8383 |
EUC-JP | ??を??ャ | 0011111100111111101001001111001000111111001111111010010111100011 | 3f3fa4f23f3fa5e3 |
UTF-8 | 룶찋を룶쾹ャ | 111010111010001110110110111011001011000010001011111000111000001010010010111010111010001110110110111011001011111010111001111000111000001110100011 | eba3b6ecb08be38292eba3b6ecbeb9e383a3 |
UHC | 룶찋を룶쾹ャ | 100011111010101110101001100011111010101011110010100011111010101110110010100011111010101111100011 | 8faba98faaf28fabb28fabe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)