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 | 胡?? | 10001100110100110011111100111111 | 8cd33f3f |
EUC-JP | 胡?? | 10111000110101010011111100111111 | b8d53f3f |
UTF-8 | 胡렫뤊 | 111010001000001110100001111010111010000010101011111010111010010010001010 | e883a1eba0abeba48a |
UHC | 胡렫뤊 | 111110111101011110001110101110011000111110111010 | fbd78eb98fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)