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 | 樺?蜘?樺? | 100010101001001000111111100100100111011100111111100010101001001000111111 | 8a923f92773f8a923f |
EUC-JP | 樺?蜘?樺? | 101100111111001000111111110000111101100000111111101100111111001000111111 | b3f23fc3d83fb3f23f |
UTF-8 | 樺렢蜘렲樺렢 | 111001101010100010111010111010111010000010100010111010001001110010011000111010111010000010110010111001101010100010111010111010111010000010100010 | e6a8baeba0a2e89c98eba0b2e6a8baeba0a2 |
UHC | 樺렢蜘렲樺렢 | 111110111111110010001110101100111111001010111011100011101011111111111011111111001000111010110011 | fbfc8eb3f2bb8ebffbfc8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)