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 | 晤よ?鉛 | 10011101111010111000001011100110001111111000100110010100 | 9deb82e63f8994 |
EUC-JP | 晤よ?鉛 | 11011010111011011010010011101000001111111011000111110100 | daeda4e83fb1f4 |
UTF-8 | 晤よ떐鉛 | 111001101001100110100100111000111000001010001000111010111001011010010000111010011000100110011011 | e699a4e38288eb9690e9899b |
UHC | 晤よ떐鉛 | 1110011111111011101010101110100010001011101001101110011011100111 | e7fbaae88ba6e6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)