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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誾ャ驟基 | 11111011101001111010110011101001100001011000101011101110 | fba7ace9858aee |
EUC-JP | 誾ャ驟基 | 100011111101111010100100100011101010110011110001111001011011010011110000 | 8fdea48eacf1e5b4f0 |
UTF-8 | 誾ャ驟基 | 111010001010101010111110111011111011110110101100111010011010100110011111111001011001111110111010 | e8aabeefbdace9a99fe59fba |
UHC | 誾?驟基 | 11101011110111010011111111110110101011101101000011110001 | ebdd3ff6aed0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)