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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謠肴庄 | 111001101000111110001101111001101000111110101111 | e68f8de68faf |
EUC-JP | 謠肴庄 | 111010111110111110111010111010001011111010110001 | ebefbae8beb1 |
UTF-8 | 謠肴庄 | 111010001010110010100000111010001000001010110100111001011011101010000100 | e8aca0e882b4e5ba84 |
UHC | 謠肴庄 | 111010011010101011111101101000101110110111100100 | e9aafda2ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)