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 | 瑜??日?? | 1110000011101111001111110011111110010011111110100011111100111111 | e0ef3f3f93fa3f3f |
EUC-JP | 瑜??日?? | 1110000011110001001111110011111111000110111111000011111100111111 | e0f13f3fc6fc3f3f |
UTF-8 | 瑜곭ㄺ日쇗뼆 | 111001111001000110011100111010101011001110101101111000111000010010111010111001101001011110100101111011001000011110010111111010111011110010000110 | e7919ceab3ade384bae697a5ec8797ebbc86 |
UHC | 瑜곭ㄺ日쇗뼆 | 111010111010010110000001111001111010010010101010111011001110110110111100111001101001011010010000 | eba581e7a4aaecedbce69690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)