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 | 鈺??艤?? | 1111101111000100001111110011111111100100011111100011111100111111 | fbc43f3fe47e3f3f |
EUC-JP | 鈺??艤?? | 100011111110001111010101001111110011111111100111110111110011111100111111 | 8fe3d53f3fe7df3f3f |
UTF-8 | 鈺됰툝艤낅쨱 | 111010011000100010111010111010111001000010110000111011011000100010011101111010001000100110100100111010111000001010000101111011001010100010110001 | e988baeb90b0ed889de889a4eb8285eca8b1 |
UHC | 鈺됰툝艤낅쨱 | 111010001010110110001001111010111011100010010100111010111111101010000101111010111010010010001011 | e8ad89ebb894ebfa85eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)