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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 悅??蘂??? | 111110101011110100111111001111111110010101000001001111110011111100111111 | fabd3f3fe5413f3f3f |
EUC-JP | ???蘂??? | 0011111100111111001111111110100110100010001111110011111100111111 | 3f3f3fe9a23f3f3f |
UTF-8 | 悅덃뮈蘂녔뮈隸 | 111001101000001010000101111010111000110110000011111010111010111010001000111010001001100010000010111010111000010110010100111010111010111010001000111011111010011010111000 | e68285eb8d83ebae88e89882eb8594ebae88efa6b8 |
UHC | 悅덃뮈蘂녔뮈隸 | 1110011011101101100010001110011010111001101111111110011111011110101100111110011010111001101111111110011111100110 | e6ed88e6b9bfe7deb3e6b9bfe7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)