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 | 鈺??碍?? | 1111101111000100001111110011111110001010010101100011111100111111 | fbc43f3f8a563f3f |
EUC-JP | 鈺??碍?? | 100011111110001111010101001111110011111110110011101101110011111100111111 | 8fe3d53f3fb3b73f3f |
UTF-8 | 鈺롥툤碍싮궓 | 111010011000100010111010111010111010000110100101111011011000100010100100111001111010001010001101111011001000101110101110111010101011011010010011 | e988baeba1a5ed88a4e7a28dec8baeeab693 |
UHC | 鈺롥툤碍싮궓 | 111010001010110110001110111001011011100010011011111001001111010010011010111010011000001010101000 | e8ad8ee5b89be4f49ae982a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)