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 | 窩磐? | 1110001001111100100101001101011000111111 | e27c94d63f |
EUC-JP | 窩磐? | 1110001111011101110010001101100000111111 | e3ddc8d83f |
UTF-8 | 窩磐렰 | 111001111010101010101001111001111010001110010000111010111010000010110000 | e7aaa9e7a390eba0b0 |
UHC | 窩磐렰 | 111010001100000011011010111100011000111010111101 | e8c0daf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)