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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 若띷쓶轢녺댌 | 111011111010010110110100111010111001110110110111111011001001001110110110111011111010011010001101111010111000010110111010111010111000110010001100 | efa5b4eb9db7ec93b6efa68deb85baeb8c8c |
UHC | 若띷쓶轢녺댌 | 111001011010111010001101111001101001110110010011111001101011110010000110111001111000100010110101 | e5ae8de69d93e6bc86e788b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)