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 | 梧????? | 10001100111001100011111100111111001111110011111100111111 | 8ce63f3f3f3f3f |
EUC-JP | 梧????? | 10111000111010000011111100111111001111110011111100111111 | b8e83f3f3f3f3f |
UTF-8 | 梧잍뇛樂뚪춢 | 111001101010001010100111111011001001111010001101111010111000011110011011111011111010011010111111111010111001101010101010111011001011011010100010 | e6a2a7ec9e8deb879befa6bfeb9aaaecb6a2 |
UHC | 梧잍뇛樂뚪춢 | 111001111111110010011111111001101000011110000110111010001111100110001100111010011010110110000011 | e7fc9fe68786e8f98ce9ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)