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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜈よ?鉛 | 11100101100001011000001011100110001111111000100110010100 | e58582e63f8994 |
EUC-JP | 蜈よ?鉛 | 11101001111001011010010011101000001111111011000111110100 | e9e5a4e83fb1f4 |
UTF-8 | 蜈よ떐鉛 | 111010001001110010001000111000111000001010001000111010111001011010010000111010011000100110011011 | e89c88e38288eb9690e9899b |
UHC | 蜈よ떐鉛 | 1110100010100101101010101110100010001011101001101110011011100111 | e8a5aae88ba6e6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)