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 | 渟???臍? | 1001111111011001001111110011111100111111111001000110000000111111 | 9fd93f3f3fe4603f |
EUC-JP | 渟?焌?臍? | 11011110110110110011111110001111110010011110100000111111111001111100000100111111 | dedb3f8fc9e83fe7c13f |
UTF-8 | 渟렠焌렪臍엔 | 111001101011100010011111111010111010000010100000111001111000010010001100111010111010000010101010111010001000011110001101111011001001011110010100 | e6b89feba0a0e7848ceba0aae8878dec9794 |
UHC | 渟렠焌렪臍엔 | 111011111110010110001110101100011111000111100000100011101011100011110000101100001011111110100011 | efe58eb1f1e08eb8f0b0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)