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 | ???漿?? | 00111111001111110011111110011111111101110011111100111111 | 3f3f3f9ff73f3f |
EUC-JP | ???漿?? | 00111111001111110011111111011110111110010011111100111111 | 3f3f3fdef93f3f |
UTF-8 | 뤶쫷띳漿츓탮 | 111010111010010010110110111011001010101110110111111010111001110110110011111001101011110010111111111011001011100010010011111011011000001110101110 | eba4b6ecabb7eb9db3e6bcbfecb893ed83ae |
UHC | 뤶쫷띳漿츓탮 | 100011111110010010100110100011101011011011110001111011011110110010101110100011101011010110001110 | 8fe4a68eb6f1edecae8eb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)