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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寀嫉寘雫 | 1111101010100111100011101011100111111010101010011000111010110100 | faa78eb9faa98eb4 |
EUC-JP | 寀嫉寘雫 | 10001111101110101101101110111100101110111000111110111010111000011011110010110110 | 8fbadbbcbb8fbae1bcb6 |
UTF-8 | 寀嫉寘雫 | 111001011010111110000000111001011010101110001001111001011010111110011000111010011001101110101011 | e5af80e5ab89e5af98e99bab |
UHC | 寀嫉?? | 111100111111001011110010111011000011111100111111 | f3f2f2ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)