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 | 辜¥什 | 111001111000001110000001100011111000111101011001 | e783818f8f59 |
EUC-JP | 辜¥什 | 111011011110001110100001111011111011110110111010 | ede3a1efbdba |
UTF-8 | 辜¥什 | 111010001011111010011100111011111011111110100101111001001011101110000000 | e8be9cefbfa5e4bb80 |
UHC | 辜¥什 | 110011011101000010100001110011011110010010100111 | cdd0a1cde4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)