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 | 癲?〃??? | 1110000110011111001111111000000101010110001111110011111100111111 | e19f3f81563f3f3f |
EUC-JP | 癲?〃絪?? | 11100010101000010011111110100001101101111000111111010011111011000011111100111111 | e2a13fa1b78fd3ec3f3f |
UTF-8 | 癲녿〃絪밧럳 | 111001111001100110110010111010111000010110111111111000111000000010000011111001111011010110101010111010111011000010100111111010111001111110110011 | e799b2eb85bfe38083e7b5aaebb0a7eb9fb3 |
UHC | 癲녿〃絪밧럳 | 111011111010011010000110111010111010000110101000111011001101111110111001111001011000111010010011 | efa686eba1a8ecdfb9e58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)