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 | 谷騒浚 | 100100100100101010010001100110111001111110110010 | 924a919b9fb2 |
EUC-JP | 谷騒浚 | 110000111010101111000001111110111101111010110100 | c3abc1fbdeb4 |
UTF-8 | 谷騒浚 | 111010001011000010110111111010011010100010010010111001101011010110011010 | e8b0b7e9a892e6b59a |
UHC | 谷?浚 | 1100110111011011001111111111000111011101 | cddb3ff1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)