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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???嫉 | 0011111100111111001111111000111010111001 | 3f3f3f8eb9 |
EUC-JP | ???嫉 | 0011111100111111001111111011110010111011 | 3f3f3fbcbb |
UTF-8 | 렶렩앓嫉 | 111010111010000010110110111010111010000010101001111011001001010110010011111001011010101110001001 | eba0b6eba0a9ec9593e5ab89 |
UHC | 렶렩앓嫉 | 1000111011000001100011101011011110111110110011101111001011101100 | 8ec18eb7becef2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)