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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 嚥〓?二?\ | 100110101000101110000001101011000011111110010011111100010011111101011100 | 9a8b81ac3f93f13f5c |
EUC-JP | 嚥〓Ŧ二?\ | 1101001111101011101000101010111010001111101010011010111111000110111100110011111101011100 | d3eba2ae8fa9afc6f33f5c |
UTF-8 | 嚥〓Ŧ二쿗\ | 111001011001101010100101111000111000000010010011110001011010011011100100101110101000110011101100101111111001011101011100 | e59aa5e38093c5a6e4ba8cecbf975c |
UHC | 嚥〓Ŧ二쿗\ | 1110011010111111101000011110101110101000101011101110110010100011101100110100110001011100 | e6bfa1eba8aeeca3b34c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)