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 | 要??苡?? | 1001011101110110001111110011111111100100100011110011111100111111 | 97763f3fe48f3f3f |
EUC-JP | 要??苡?? | 1100110111010111001111110011111111100111111011110011111100111111 | cdd73f3fe7ef3f3f |
UTF-8 | 要쏄퀎苡뤄쬉 | 111010001010011010000001111011001000111110000100111011011000000010001110111010001000101110100001111010111010010010000100111011001010110010001001 | e8a681ec8f84ed808ee88ba1eba484ecac89 |
UHC | 要쏄퀎苡뤄쬉 | 111010011010100110011011111010101011001110000100111011001011111010110111111011111010011010011111 | e9a99beab384ecbeb7efa69f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)