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 | 邂夐猿 | 111001111010111010011010111010011000100110001110 | e7ae9ae9898e |
EUC-JP | 邂夐猿 | 111011101011000011010100111010111011000111101110 | eeb0d4ebb1ee |
UTF-8 | 邂夐猿 | 111010011000001010000010111001011010010010010000111001111000110010111111 | e98282e5a490e78cbf |
UHC | 邂?猿 | 1111101010110011001111111110101010111011 | fab33feabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)