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 | ???潁ュ? | 0011111100111111001111111001111111110001100000111000010100111111 | 3f3f3f9ff183853f |
EUC-JP | ???潁ュ? | 0011111100111111001111111101111011110011101001011110010100111111 | 3f3f3fdef3a5e53f |
UTF-8 | 琉뜹떼潁ュ떼 | 111011111010011110001100111010111001110010111001111010111001011010111100111001101011110110000001111000111000001110100101111010111001011010111100 | efa78ceb9cb9eb96bce6bd81e383a5eb96bc |
UHC | 琉뜹떼潁ュ떼 | 111010111010010010110110111001011011011010111100111001111011100010101011111001011011011010111100 | eba4b6e5b6bce7b8abe5b6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)