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 | 1001001001001000100100100100101001010000011010000101010001000010 | 9248924a50685442 |
EUC-JP | 辿谷PhTB | 1100001110101001110000111010101101010000011010000101010001000010 | c3a9c3ab50685442 |
UTF-8 | 辿谷PhTB | 11101000101111101011111111101000101100001011011101010000011010000101010001000010 | e8bebfe8b0b750685442 |
UHC | ?谷PhTB | 00111111110011011101101101010000011010000101010001000010 | 3fcddb50685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)