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 | 余???哀 | 10010111010111010011111100111111001111111000100010100011 | 975d3f3f3f88a3 |
EUC-JP | 余???哀 | 11001101101111100011111100111111001111111011000010100101 | cdbe3f3f3fb0a5 |
UTF-8 | 余쒕떣흮哀 | 111001001011110110011001111011001001001010010101111010111001011010100011111011011001110110101110111001011001001110000000 | e4bd99ec9295eb96a3ed9daee59380 |
UHC | 余쒕떣흮哀 | 11100101111110011001110011101011100010111011011111000101100010101110010011101110 | e5f99ceb8bb7c58ae4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)