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 | 矮??蜈? | 11100001111000100011111100111111111001011000010100111111 | e1e23f3fe5853f |
EUC-JP | 矮?Ŧ蜈? | 111000101110010000111111100011111010100110101111111010011110010100111111 | e2e43f8fa9afe9e53f |
UTF-8 | 矮ㅷŦ蜈콮 | 1110011110011111101011101110001110000101101101111100010110100110111010001001110010001000111011001011110110101110 | e79faee385b7c5a6e89c88ecbdae |
UHC | 矮ㅷŦ蜈콮 | 11101000111000011010010011100111101010001010111011101000101001011011001001000010 | e8e1a4e7a8aee8a5b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)