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 | ??〃??? | 00111111001111111000000101010110001111110011111100111111 | 3f3f81563f3f3f |
EUC-JP | ??〃??? | 00111111001111111010000110110111001111110011111100111111 | 3f3fa1b73f3f3f |
UTF-8 | 麗몃〃紐녑쉐 | 111011111010011010001000111010111010101010000011111000111000000010000011111011111010011110001111111010111000010110010001111011001000100110010000 | efa688ebaa83e38083efa78feb8591ec8990 |
UHC | 麗몃〃紐녑쉐 | 111001101011000010111000111010111010000110101000111010111010101010110011111001011011110110100110 | e6b0b8eba1a8ebaab3e5bda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)