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 | 樺?蜘?樺 | 1000101010010010001111111001001001110111001111111000101010010010 | 8a923f92773f8a92 |
EUC-JP | 樺?蜘?樺 | 1011001111110010001111111100001111011000001111111011001111110010 | b3f23fc3d83fb3f2 |
UTF-8 | 樺렢蜘렲樺 | 111001101010100010111010111010111010000010100010111010001001110010011000111010111010000010110010111001101010100010111010 | e6a8baeba0a2e89c98eba0b2e6a8ba |
UHC | 樺렢蜘렲樺 | 11111011111111001000111010110011111100101011101110001110101111111111101111111100 | fbfc8eb3f2bb8ebffbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)