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 | 歪屆が | 100110000110001110011011100111001000001010101010 | 98639b9c82aa |
EUC-JP | 歪屆が | 110011111100010011010101111111001010010010101100 | cfc4d5fca4ac |
UTF-8 | 歪屆が | 111001101010110110101010111001011011000110000110111000111000000110001100 | e6adaae5b186e3818c |
UHC | 歪屆が | 111010001110000011001100111110101010101010101100 | e8e0ccfaaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)