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 | 芽糾邃 | 100010011110100010001011100010101110001010000100 | 89e88b8ae284 |
EUC-JP | 芽糾邃 | 101100101110101010110101111010101110001111100100 | b2eab5eae3e4 |
UTF-8 | 芽糾邃 | 111010001000101010111101111001111011001110111110111010011000001010000011 | e88abde7b3bee98283 |
UHC | 芽糾邃 | 111001001011010011010000101011001110001011000101 | e4b4d0ace2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)