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 | ??PhTB | 001111110011111101010000011010000101010001000010 | 3f3f50685442 |
SJIS-WIN | 辰村PhTB | 1001001001000011100100011011101001010000011010000101010001000010 | 924391ba50685442 |
EUC-JP | 辰村PhTB | 1100001110100100110000101011110001010000011010000101010001000010 | c3a4c2bc50685442 |
UTF-8 | 辰村PhTB | 11101000101111101011000011100110100111011001000101010000011010000101010001000010 | e8beb0e69d9150685442 |
UHC | 辰村PhTB | 1111001011100011111101011011110101010000011010000101010001000010 | f2e3f5bd50685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)