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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??臍? | 0011111100111111111001000110000000111111 | 3f3fe4603f |
EUC-JP | 澔?臍? | 10001111110010001110110000111111111001111100000100111111 | 8fc8ec3fe7c13f |
UTF-8 | 澔뫄臍뤉 | 111001101011111010010100111010111010101110000100111010001000011110001101111010111010010010001001 | e6be94ebab84e8878deba489 |
UHC | 澔뫄臍뤉 | 1111101111001011101110001111101011110000101100001000111110111001 | fbcbb8faf0b08fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)