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 | ???野?┫ | 0011111100111111001111111001011011101100001111111000010010110010 | 3f3f3f96ec3f84b2 |
EUC-JP | ???野?┫ | 0011111100111111001111111100110011101110001111111010100010110100 | 3f3f3fccee3fa8b4 |
UTF-8 | 琉뗦궫野⑼┫ | 111011111010011110001100111010111001011110100110111010101011011010101011111010011000011110001110111000101001000110111100111000101001010010101011 | efa78ceb97a6eab6abe9878ee291bce294ab |
UHC | 琉뗦궫野⑼┫ | 111010111010010010001011111001101000001010111101111001011010111110101001111011111010011010110100 | eba48be682bde5afa9efa6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)