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 | 莨井見綵 | 1110010010111100100010001110010010001100101010011110001101011100 | e4bc88e48ca9e35c |
EUC-JP | 莨井見綵 | 1110100010111110101100001110011010111000101010111110010110111101 | e8beb0e6b8abe5bd |
UTF-8 | 莨井見綵 | 111010001000111010101000111001001011101010010101111010001010011010001011111001111011011010110101 | e88ea8e4ba95e8a68be7b6b5 |
UHC | ?井見綵 | 00111111111011111100110011001100101110001111001111110111 | 3fefccccb8f3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)