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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???イ | 0011111100111111001111111000001101000011 | 3f3f3f8343 |
EUC-JP | ???イ | 0011111100111111001111111010010110100100 | 3f3f3fa5a4 |
UTF-8 | 룶점卽イ | 111010111010001110110110111011001010000010010000111001011000110110111101111000111000001010100100 | eba3b6eca090e58dbde382a4 |
UHC | 룶점卽イ | 1000111110101011110000011010000111110001111011011010101110100100 | 8fabc1a1f1edaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)