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 | ??掖??潟 | 0011111100111111100111010111010000111111001111111000101010000011 | 3f3f9d743f3f8a83 |
EUC-JP | ??掖??潟 | 0011111100111111110110011101010100111111001111111011001111100011 | 3f3fd9d53f3fb3e3 |
UTF-8 | 솽솨掖솽솨潟 | 111011001000011010111101111011001000011010101000111001101000111010010110111011001000011010111101111011001000011010101000111001101011110110011111 | ec86bdec86a8e68e96ec86bdec86a8e6bd9f |
UHC | 솽솨掖솽솨潟 | 101111001110000110111100110111011110010011111010101111001110000110111100110111011110000010110011 | bce1bcdde4fabce1bcdde0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)