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 | 壯η?帳?? | 100110101110000110000011110001010011111110010010101000000011111100111111 | 9ae183c53f92a03f3f |
EUC-JP | 壯η?帳?? | 110101001110001110100110110001110011111111000100101000100011111100111111 | d4e3a6c73fc4a23f3f |
UTF-8 | 壯η뿏帳잓눈 | 1110010110100011101011111100111010110111111010111011111110001111111001011011100010110011111011001001111010010011111010111000100010001000 | e5a3afceb7ebbf8fe5b8b3ec9e93eb8888 |
UHC | 壯η뿏帳잓눈 | 111011011110000010100101111001111001011110010100111011011110001110011111111010011011010010101011 | ede0a5e79794ede39fe9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)