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 | 荵溪d鋏 | 1110010010111001100111111110001010000010100001001110011111110101 | e4b99fe28284e7f5 |
EUC-JP | 荵溪d鋏 | 1110100010111011110111101110010010100011111001001110111011110111 | e8bbdee4a3e4eef7 |
UTF-8 | 荵溪d鋏 | 111010001000110110110101111001101011101010101010111011111011110110000100111010011000101110001111 | e88db5e6baaaefbd84e98b8f |
UHC | ?溪d鋏 | 00111111110011011010001010100011111001001111101011111001 | 3fcda2a3e4faf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)