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 | 晤よ?蘊 | 10011101111010111000001011100110001111111110010101011101 | 9deb82e63fe55d |
EUC-JP | 晤よ?蘊 | 11011010111011011010010011101000001111111110100110111110 | daeda4e83fe9be |
UTF-8 | 晤よ변蘊 | 111001101001100110100100111000111000001010001000111010111011001110000000111010001001100010001010 | e699a4e38288ebb380e8988a |
UHC | 晤よ변蘊 | 1110011111111011101010101110100010111010101011111110100010110011 | e7fbaae8baafe8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)