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 | 鈊リ鑈 | 1111101111000011110110001111101111100111 | fbc3d8fbe7 |
EUC-JP | 鈊リ鑈 | 1000111111100011101111111000111011011000100011111110010111101011 | 8fe3bf8ed88fe5eb |
UTF-8 | 鈊リ鑈 | 111010011000100010001010111011111011111010011000111010011001000110001000 | e9888aefbe98e99188 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)