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 | 岺。ァ | 11111010101011011010000110100111 | faada1a7 |
EUC-JP | 岺。ァ | 10001111101110111011100010001110101000011000111010100111 | 8fbbb88ea18ea7 |
UTF-8 | 岺。ァ | 111001011011001010111010111011111011110110100001111011111011110110100111 | e5b2baefbda1efbda7 |
UHC | 岺?? | 11010110101110010011111100111111 | d6b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)