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 | 谷辰他 | 100100100100101010010010010000111001000110111100 | 924a924391bc |
EUC-JP | 谷辰他 | 110000111010101111000011101001001100001010111110 | c3abc3a4c2be |
UTF-8 | 谷辰他 | 111010001011000010110111111010001011111010110000111001001011101110010110 | e8b0b7e8beb0e4bb96 |
UHC | 谷辰他 | 110011011101101111110010111000111111011011100010 | cddbf2e3f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)