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 | ??覓?? | 001111110011111111100110010010110011111100111111 | 3f3fe64b3f3f |
EUC-JP | ??覓?? | 001111110011111111101011101011000011111100111111 | 3f3febac3f3f |
UTF-8 | 뤶횓覓숫렢 | 111010111010010010110110111011011001101010010011111010001010011010010011111011001000100010101011111010111010000010100010 | eba4b6ed9a93e8a693ec88abeba0a2 |
UHC | 뤶횓覓숫렢 | 10001111111001001100001110001110110110001111001010111100111111011000111010110011 | 8fe4c38ed8f2bcfd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)