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 | 聽遂せ | 111000111110001110010000100010111000001010111001 | e3e3908b82b9 |
EUC-JP | 聽遂せ | 111001101110010110111111111010111010010010111011 | e6e5bfeba4bb |
UTF-8 | 聽遂せ | 111010001000000110111101111010011000000110000010111000111000000110011011 | e881bde98182e3819b |
UHC | 聽遂せ | 111101001110100111100010110001001010101010111011 | f4e9e2c4aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)