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 | オ翩ュオ聚秧 | 101101011110001111000111101011011011010111100011110110101110001001011110 | b5e3c7adb5e3dae25e |
EUC-JP | オ翩ュオ聚秧 | 100011101011010111100110110010011000111010101101100011101011010111100110110111001110001110111111 | 8eb5e6c98ead8eb5e6dce3bf |
UTF-8 | オ翩ュオ聚秧 | 111011111011110110110101111001111011111110101001111011111011110110101101111011111011110110110101111010001000000110011010111001111010011110100111 | efbdb5e7bfa9efbdadefbdb5e8819ae7a7a7 |
UHC | ?翩??聚秧 | 001111111111100010111011001111110011111111110110101010011110010011101011 | 3ff8bb3f3ff6a9e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)