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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | 蔣??節?? | 100011111101100110110110001111110011111111000000111000010011111100111111 | 8fd9b63f3fc0e13f3f |
UTF-8 | 蔣됵풇節ㅷ즸 | 111010001001010010100011111010111001000010110101111011011001001010000111111001111010111110000000111000111000010110110111111011001010011010111000 | e894a3eb90b5ed9287e7af80e385b7eca6b8 |
UHC | 蔣됵풇節ㅷ즸 | 111011011111100010001001111011111011111010001111111011111011110110100100111001111010001110001010 | edf889efbe8fefbda4e7a38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)