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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 趾?味??? | 1110011011100100001111111001011010100001001111110011111100111111 | e6e43f96a13f3f3f |
EUC-JP | 趾?味??? | 1110110011100110001111111100110010100011001111110011111100111111 | ece63fcca33f3f3f |
UTF-8 | 趾쇽味뤉칿골 | 111010001011011010111110111011001000011110111101111001011001000110110011111010111010010010001001111011001011100110111111111010101011001110101000 | e8b6beec87bde591b3eba489ecb9bfeab3a8 |
UHC | 趾쇽味뤉칿골 | 111100101011111110111100111011111101101010101011100011111011100110101111100011101011000011110001 | f2bfbcefdaab8fb9af8eb0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)