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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軸ヌ艀 | 1000111010110010110001111110010001111000 | 8eb2c7e478 |
EUC-JP | 軸ヌ艀 | 101111001011010010001110110001111110011111011001 | bcb48ec7e7d9 |
UTF-8 | 軸ヌ艀 | 111010001011101110111000111011111011111010000111111010001000100110000000 | e8bbb8efbe87e88980 |
UHC | 軸?艀 | 1111010111101110001111111101110110110010 | f5ee3fddb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)