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 | 鮟題ュ錬 | 11101001101110111001000111101000101011011001100001000010 | e9bb91e8ad9842 |
EUC-JP | 鮟題ュ錬 | 1111001010111101110000101110101010001110101011011100111110100011 | f2bdc2ea8eadcfa3 |
UTF-8 | 鮟題ュ錬 | 111010011010111010011111111010011010000110001100111011111011110110101101111010011000110010101100 | e9ae9fe9a18cefbdade98cac |
UHC | 鮟題?? | 111001001101010111110000101110010011111100111111 | e4d5f0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)