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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莨推弦 | 111001001011110010010000100001001000110010110111 | e4bc90848cb7 |
EUC-JP | 莨推弦 | 111010001011111010111111111001001011100010111001 | e8bebfe4b8b9 |
UTF-8 | 莨推弦 | 111010001000111010101000111001101000111010101000111001011011110010100110 | e88ea8e68ea8e5bca6 |
UHC | ?推弦 | 0011111111110101110011111111101011010111 | 3ff5cffad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)