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 | 膀鰹終 | 111001000100111010001010100011111000111101001001 | e44e8a8f8f49 |
EUC-JP | 膀鰹終 | 111001111010111110110011111011111011110110101010 | e7afb3efbdaa |
UTF-8 | 膀鰹終 | 111010001000011010000000111010011011000010111001111001111011010110000010 | e88680e9b0b9e7b582 |
UHC | 膀?終 | 1101101110111001001111111111000011111011 | dbb93ff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)