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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | 莨}莨|莨| | 111001001011110001111101111001001011110001111100111001001011110001111100 | e4bc7de4bc7ce4bc7c |
EUC-JP | 莨}莨|莨| | 111010001011111001111101111010001011111001111100111010001011111001111100 | e8be7de8be7ce8be7c |
UTF-8 | 莨}莨|莨| | 111010001000111010101000011111011110100010001110101010000111110011101000100011101010100001111100 | e88ea87de88ea87ce88ea87c |
UHC | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)