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 | ???∮?? | 00111111001111110011111110000111100100110011111100111111 | 3f3f3f87933f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룶뇟卽∮룶깹 | 111010111010001110110110111010111000011110011111111001011000110110111101111000101000100010101110111010111010001110110110111010101011100110111001 | eba3b6eb879fe58dbde288aeeba3b6eab9b9 |
UHC | 룶뇟卽∮룶깹 | 100011111010101110110100101000011111000111101101101000101011000110001111101010111011001010100001 | 8fabb4a1f1eda2b18fabb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)