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 | 艶????藥 | 1000100110010000001111110011111100111111001111111110010101011010 | 89903f3f3f3fe55a |
EUC-JP | 艶????藥 | 1011000111110000001111110011111100111111001111111110100110111011 | b1f03f3f3f3fe9bb |
UTF-8 | 艶쵡呂묊윮藥 | 111010001000100110110110111011001011010110100001111011111010011010000000111010111010110010001010111011001001110010101110111010001001011110100101 | e889b6ecb5a1efa680ebac8aec9caee897a5 |
UHC | 艶쵡呂묊윮藥 | 111001101111110110101101010000011110010111111011100100011110011110011111101011011110010110110111 | e6fdad41e5fb91e79fade5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)