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 | ????∽? | 00111111001111110011111100111111100000011110010000111111 | 3f3f3f3f81e43f |
EUC-JP | ???沅∽? | 001111110011111100111111100011111100011011101001101000101110011000111111 | 3f3f3f8fc6e9a2e63f |
UTF-8 | 麗몃뿨沅∽쬂 | 111011111010011010001000111010111010101010000011111010111011111110101000111001101011001010000101111000101000100010111101111011001010110010000010 | efa688ebaa83ebbfa8e6b285e288bdecac82 |
UHC | 麗몃뿨沅∽쬂 | 111001101011000010111000111010111001011110101000111010101011011010100001111011111010011010011001 | e6b0b8eb97a8eab6a1efa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)