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 | 茁?禹??? | 1111101110010011001111111110001001011010001111110011111100111111 | fb933fe25a3f3f3f |
EUC-JP | 茁?禹?瑗? | 1000111111010111110111100011111111100011101110110011111110001111110011001100000000111111 | 8fd7de3fe3bb3f8fccc03f |
UTF-8 | 茁렲禹렔瑗숲 | 111010001000110010000001111010111010000010110010111001111010011010111001111010111010000010010100111001111001000110010111111011001000100010110010 | e88c81eba0b2e7a6b9eba094e79197ec88b2 |
UHC | 茁렲禹렔瑗숲 | 111100011110100010001110101111111110100111100000100011101010100111101010101111001011110110100011 | f1e88ebfe9e08ea9eabcbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)