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 | 錵井唱繪 | 1110100001000101100010001110010010001111101001011110001110001001 | e84588e48fa5e389 |
EUC-JP | 錵井唱繪 | 1110111110100110101100001110011010111110101001111110010111101001 | efa6b0e6bea7e5e9 |
UTF-8 | 錵井唱繪 | 111010011000110010110101111001001011101010010101111001011001010010110001111001111011100110101010 | e98cb5e4ba95e594b1e7b9aa |
UHC | ?井唱繪 | 00111111111011111100110011110011110111011111110011101011 | 3fefccf3ddfceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)