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 | 饒????? | 11101001011000000011111100111111001111110011111100111111 | e9603f3f3f3f3f |
EUC-JP | 饒????? | 11110001110000010011111100111111001111110011111100111111 | f1c13f3f3f3f3f |
UTF-8 | 饒삼슈樂쒙쉼 | 111010011010010110010010111011001000001010111100111011001000101010001000111011111010011010111111111011001001001010011001111011001000100110111100 | e9a592ec82bcec8a88efa6bfec9299ec89bc |
UHC | 饒삼슈樂쒙쉼 | 111010011010111010111011111011111011110110110100111010001111100110011100111011111011110110110000 | e9aebbefbdb4e8f99cefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)