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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥〓?議?┥ | 10011010100010111000000110101100001111111000101101100011001111111000010010111100 | 9a8b81ac3f8b633f84bc |
EUC-JP | 嚥〓Ŧ議?┥ | 110100111110101110100010101011101000111110101001101011111011010111000100001111111010100010111110 | d3eba2ae8fa9afb5c43fa8be |
UTF-8 | 嚥〓Ŧ議낉┥ | 1110010110011010101001011110001110000000100100111100010110100110111010001010110110110000111010111000001010001001111000101001010010100101 | e59aa5e38093c5a6e8adb0eb8289e294a5 |
UHC | 嚥〓Ŧ議낉┥ | 111001101011111110100001111010111010100010101110111011001010000110000101111011111010011010111110 | e6bfa1eba8aeeca185efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)