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 | ??嬪??氾 | 0011111100111111100110110110110000111111001111111001010011000011 | 3f3f9b6c3f3f94c3 |
EUC-JP | ??嬪??氾 | 0011111100111111110101011100110100111111001111111100100011000101 | 3f3fd5cd3f3fc8c5 |
UTF-8 | 溜잴嬪柳띈氾 | 111011111010011110001011111011001001111010110100111001011010110010101010111011111010011110001001111010111001110110001000111001101011000010111110 | efa78bec9eb4e5acaaefa789eb9d88e6b0be |
UHC | 溜잴嬪柳띈氾 | 111010101111111011000000111010101101111010101110111010101111011110110110111010001101101111110000 | eafec0eadeaeeaf7b6e8dbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)