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 | 嚥〓?松 | 10011010100010111000000110101100001111111000111110111100 | 9a8b81ac3f8fbc |
EUC-JP | 嚥〓?松 | 11010011111010111010001010101110001111111011111010111110 | d3eba2ae3fbebe |
UTF-8 | 嚥〓돃松 | 111001011001101010100101111000111000000010010011111010111000111110000011111001101001110110111110 | e59aa5e38093eb8f83e69dbe |
UHC | 嚥〓돃松 | 1110011010111111101000011110101110001001100101101110000111100110 | e6bfa1eb8996e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)