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 | 燾コシ | 111110110101101010111010111100011000111010111100 | fb5abaf18ebc |
EUC-JP | 燾コ?シ | 1000111111001010101111011000111010111010001111111000111010111100 | 8fcabd8eba3f8ebc |
UTF-8 | 燾コシ | 111001111000011110111110111011111011110110111010111011101000010010001001111011111011110110111100 | e787beefbdbaee8489efbdbc |
UHC | 燾??? | 1101010010100111001111110011111100111111 | d4a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)