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 | 蟆壱狭笏苓ケ | 1110010110110000100010001110101110001011101101111110001010010100100101111110100010111001 | e5b088eb8bb7e29497e8b9 |
EUC-JP | 蟆壱狭笏苓ケ | 111010101011001010110000111011011011011010111001111000111111010011001110111010101000111010111001 | eab2b0edb6b9e3f4ceea8eb9 |
UTF-8 | 蟆壱狭笏苓ケ | 111010001001111110000110111001011010001110110001111001111000101110101101111001111010110010001111111010001000101110010011111011111011110110111001 | e89f86e5a3b1e78bade7ac8fe88b93efbdb9 |
UHC | ???笏?? | 00111111001111110011111111111011111011100011111100111111 | 3f3f3ffbee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)