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 | ???妖?? | 00111111001111110011111110010111011001000011111100111111 | 3f3f3f97643f3f |
EUC-JP | 縕??妖?? | 100011111101010011000010001111110011111111001101110001010011111100111111 | 8fd4c23f3fcdc53f3f |
UTF-8 | 縕낂쎁妖녺ㅊ | 111001111011100010010101111010111000001010000010111011001000111010000001111001011010011010010110111010111000010110111010111000111000010110001010 | e7b895eb8282ec8e81e5a696eb85bae3858a |
UHC | 縕낂쎁妖녺ㅊ | 111010001011001010000101111010011001101110101011111010001110110110000110111001111010010010111010 | e8b285e99babe8ed86e7a4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)