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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 浴??~ | 1001011110000001001111110011111101111110 | 97813f3f7e |
EUC-JP | 浴??~ | 1100110111100001001111110011111101111110 | cde13f3f7e |
UTF-8 | 浴㎫즯~ | 11100110101101011011010011100011100011101010101111101100101001101010111101111110 | e6b5b4e38eabeca6af7e |
UHC | 浴㎫즯~ | 11101001101100011010011111100111101000111000000101111110 | e9b1a7e7a3817e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)