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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔕駕修苜∽ | 11100100111101101000100111101101100011110100001111100100100111001000000111100100 | e4f689ed8f43e49c81e4 |
EUC-JP | 蔕駕修苜∽ | 11101000111110001011001011101111101111011010010011100111111111001010001011100110 | e8f8b2efbda4e7fca2e6 |
UTF-8 | 蔕駕修苜∽ | 111010001001010010010101111010011010011110010101111001001011111110101110111010001000101110011100111000101000100010111101 | e89495e9a795e4bfaee88b9ce288bd |
UHC | ?駕修?∽ | 0011111111001010101111011110000111110011001111111010000111101111 | 3fcabde1f33fa1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)