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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛「蠎ュ蝨 | 1110100110000011101000101110010110111010101011011110010110011100 | e983a2e5baade59c |
EUC-JP | 驛「蠎ュ蝨 | 11110001111000111000111010100010111010101011110010001110101011011110100111111100 | f1e38ea2eabc8eade9fc |
UTF-8 | 驛「蠎ュ蝨 | 111010011010100110011011111011111011110110100010111010001010000010001110111011111011110110101101111010001001110110101000 | e9a99befbda2e8a08eefbdade89da8 |
UHC | 驛???蝨 | 11100110101111100011111100111111001111111110001110100100 | e6be3f3f3fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)