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 | 坦続嘆棚 | 1001001001010010100100011011000110010010010100011001001001001001 | 925291b192519249 |
EUC-JP | 坦続嘆棚 | 1100001110110011110000101011001111000011101100101100001110101010 | c3b3c2b3c3b2c3aa |
UTF-8 | 坦続嘆棚 | 111001011001110110100110111001111011011010011010111001011001100010000110111001101010001110011010 | e59da6e7b69ae59886e6a39a |
UHC | 坦?嘆棚 | 11110111101001000011111111110111101000111101110111011100 | f7a43ff7a3dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)