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 | ???娃?? | 00111111001111110011111110001000101000010011111100111111 | 3f3f3f88a13f3f |
EUC-JP | ???娃?? | 00111111001111110011111110110000101000110011111100111111 | 3f3f3fb0a33f3f |
UTF-8 | 醴녔텎娃멱넶 | 111011111010011010110111111010111000010110010100111011011000010110001110111001011010100010000011111010111010100110110001111010111000010010110110 | efa6b7eb8594ed858ee5a883eba9b1eb84b6 |
UHC | 醴녔텎娃멱넶 | 111001111110010010110011111001101011011010001001111010001101111110111000111010001000011010110011 | e7e4b3e6b689e8dfb8e886b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)