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 | 鼇??蔭?? | 1110101010000111001111110011111110001000111111000011111100111111 | ea873f3f88fc3f3f |
EUC-JP | 鼇??蔭?? | 1111001111100111001111110011111110110000111111100011111100111111 | f3e73f3fb0fe3f3f |
UTF-8 | 鼇쏆넀蔭뗩뾿 | 111010011011110010000111111011001000111110000110111010111000010010000000111010001001010010101101111010111001011110101001111010111011111010111111 | e9bc87ec8f86eb8480e894adeb97a9ebbebf |
UHC | 鼇쏆넀蔭뗩뾿 | 111010001010100010011011111011001000011010010000111010111110001110001011111010011001011110000111 | e8a89bec8690ebe38be99787 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)