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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼇??蔭? | 11101010100001110011111100111111100010001111110000111111 | ea873f3f88fc3f |
EUC-JP | 鼇??蔭? | 11110011111001110011111100111111101100001111111000111111 | f3e73f3fb0fe3f |
UTF-8 | 鼇쏆넀蔭덯 | 111010011011110010000111111011001000111110000110111010111000010010000000111010001001010010101101111010111000110110101111 | e9bc87ec8f86eb8480e894adeb8daf |
UHC | 鼇쏆넀蔭덯 | 11101000101010001001101111101100100001101001000011101011111000111000100101000110 | e8a89bec8690ebe38946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)