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 | 矮?杖?箏 | 1110000111100010001111111000111111110001001111111110001010110101 | e1e23f8ff13fe2b5 |
EUC-JP | 矮?杖?箏 | 1110001011100100001111111011111011110011001111111110010010110111 | e2e43fbef33fe4b7 |
UTF-8 | 矮렡杖렱箏 | 111001111001111110101110111010111010000010100001111001101001110110010110111010111010000010110001111001111010111010001111 | e79faeeba0a1e69d96eba0b1e7ae8f |
UHC | 矮렡杖렱箏 | 11101000111000011000111010110010111011011110100010001110101111101110111010110100 | e8e18eb2ede88ebeeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)