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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迢ク閾楢ウ | 1110011110001011101110001110100010000111100100111110100010110011 | e78bb8e88793e8b3 |
EUC-JP | 迢ク閾楢ウ | 11101101111010111000111010111000111011111110011111000110111010101000111010110011 | edeb8eb8efe7c6ea8eb3 |
UTF-8 | 迢ク閾楢ウ | 111010001011111110100010111011111011110110111000111010011001011010111110111001101010010110100010111011111011110110110011 | e8bfa2efbdb8e996bee6a5a2efbdb3 |
UHC | ???楢? | 001111110011111100111111111010101111100100111111 | 3f3f3feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)