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 | 粢軸ワ | 11100010111001011000111010110010111100001100000011011100 | e2e58eb2f0c0dc |
EUC-JP | 粢軸?ワ | 11100100111001111011110010110100001111111000111011011100 | e4e7bcb43f8edc |
UTF-8 | 粢軸ワ | 111001111011001010100010111010001011101110111000111011101000000110111111111011111011111010011100 | e7b2a2e8bbb8ee81bfefbe9c |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)