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 | 也??椅?? | 1001011011100111001111110011111110001000110101100011111100111111 | 96e73f3f88d63f3f |
EUC-JP | 也??椅?? | 1100110011101001001111110011111110110000110110000011111100111111 | cce93f3fb0d83f3f |
UTF-8 | 也㏓뜉椅좈턁 | 111001001011100110011111111000111000111110010011111010111001110010001001111001101010010010000101111011001010001010001000111011011000010010000001 | e4b99fe38f93eb9c89e6a485eca288ed8481 |
UHC | 也㏓뜉椅좈턁 | 111001011010010110100111111010111000110110001100111010111111010110100000111010011011010110011101 | e5a5a7eb8d8cebf5a0e9b59d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)