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 | 隹霎湿 | 111010001011000011101000101111101000111010111100 | e8b0e8be8ebc |
EUC-JP | 隹霎湿 | 111100001011001011110000110000001011110010111110 | f0b2f0c0bcbe |
UTF-8 | 隹霎湿 | 111010011001101010111001111010011001110010001110111001101011100110111111 | e99ab9e99c8ee6b9bf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)