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 | 籟≧唱箏 | 1110001011011011100000011000011010001111101001011110001010110101 | e2db81868fa5e2b5 |
EUC-JP | 籟≧唱箏 | 1110010011011101101000011110011010111110101001111110010010110111 | e4dda1e6bea7e4b7 |
UTF-8 | 籟≧唱箏 | 111001111011000110011111111000101000100110100111111001011001010010110001111001111010111010001111 | e7b19fe289a7e594b1e7ae8f |
UHC | ??唱箏 | 001111110011111111110011110111011110111010110100 | 3f3ff3ddeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)