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 | 鼇??陰?? | 1110101010000111001111110011111110001001010000010011111100111111 | ea873f3f89413f3f |
EUC-JP | 鼇??陰?? | 1111001111100111001111110011111110110001101000100011111100111111 | f3e73f3fb1a23f3f |
UTF-8 | 鼇쏂퍔陰먯뀎 | 111010011011110010000111111011001000111110000010111011011000110110010100111010011001100110110000111010111010100010101111111010111000000010001110 | e9bc87ec8f82ed8d94e999b0eba8afeb808e |
UHC | 鼇쏂퍔陰먯뀎 | 111010001010100010011011111010001011101110001011111010111110010010010000111011001000010110001001 | e8a89be8bb8bebe490ec8589 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)