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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷坦存棚袖 | 10010010010010101001001001010010100100011011011010010010010010011001000110110011 | 924a925291b6924991b3 |
EUC-JP | 谷坦存棚袖 | 11000011101010111100001110110011110000101011100011000011101010101100001010110101 | c3abc3b3c2b8c3aac2b5 |
UTF-8 | 谷坦存棚袖 | 111010001011000010110111111001011001110110100110111001011010110110011000111001101010001110011010111010001010001010010110 | e8b0b7e59da6e5ad98e6a39ae8a296 |
UHC | 谷坦存棚袖 | 11001101110110111111011110100100111100001110110111011101110111001110001011000000 | cddbf7a4f0eddddce2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)