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 | ????∮? | 00111111001111110011111100111111100001111001001100111111 | 3f3f3f3f87933f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룵₃룶쾹∮룫 | 111010111010001110110101111000101000001010000011111010111010001110110110111011001011111010111001111000101000100010101110111010111010001110101011 | eba3b5e28283eba3b6ecbeb9e288aeeba3ab |
UHC | 룵₃룶쾹∮룫 | 100011111010101010101001111111011000111110101011101100101000111110100010101100011000111110100010 | 8faaa9fd8fabb28fa2b18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)