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 | ゙鱇セ | 110111101111010111011110111010011101111110111110 | def5dee9dfbe |
EUC-JP | ゙?鱇セ | 10001110110111100011111111110010111000011000111010111110 | 8ede3ff2e18ebe |
UTF-8 | ゙鱇セ | 111011111011111010011110111011101001000110001001111010011011000110000111111011111011110110111110 | efbe9eee9189e9b187efbdbe |
UHC | ??鱇? | 0011111100111111110010111011111000111111 | 3f3fcbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)