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 | 長???庄 | 10010010101101110011111100111111001111111000111110101111 | 92b73f3f3f8faf |
EUC-JP | 長?獐?庄 | 110001001011100100111111100011111100101110111010001111111011111010110001 | c4b93f8fcbba3fbeb1 |
UTF-8 | 長렲獐렠庄 | 111010011001010110110111111010111010000010110010111001111000110110010000111010111010000010100000111001011011101010000100 | e995b7eba0b2e78d90eba0a0e5ba84 |
UHC | 長렲獐렠庄 | 11101101111111101000111010111111111011011110111110001110101100011110110111100100 | edfe8ebfedef8eb1ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)