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 | 雅?ぉ | 1000100111101011001111111000001010100111 | 89eb3f82a7 |
EUC-JP | 雅?ぉ | 1011001011101101001111111010010010101001 | b2ed3fa4a9 |
UTF-8 | 雅붿ぉ | 111010011001101110000101111010111011011010111111111000111000000110001001 | e99b85ebb6bfe38189 |
UHC | 雅붿ぉ | 111001001011101010010100111011001010101010101001 | e4ba94ecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)