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 | 邏頑シ比 | 11100111101101001000101011100110101111001001010011100100 | e7b48ae6bc94e4 |
EUC-JP | 邏頑シ比 | 1110111010110110101101001110100010001110101111001100100011100110 | eeb6b4e88ebcc8e6 |
UTF-8 | 邏頑シ比 | 111010011000001010001111111010011010000010010001111011111011110110111100111001101010111110010100 | e9828fe9a091efbdbce6af94 |
UHC | 邏頑?比 | 11010101101001001110100011010111001111111101110111101111 | d5a4e8d73fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)