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 | 僊?纖? | 100110010100000100111111111000111001100100111111 | 99413fe3993f |
EUC-JP | 僊瑄纖? | 1101000110100010100011111100110010111001111001011111100100111111 | d1a28fccb9e5f93f |
UTF-8 | 僊瑄纖說 | 111001011000001110001010111001111001000110000100111001111011101010010110111010001010101010101010 | e5838ae79184e7ba96e8aaaa |
UHC | 僊瑄纖說 | 1110000010111010111000001100010111100000111010011110000011100011 | e0bae0c5e0e9e0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)