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 | 訷。ヨ | 111110111010010010100001111100111110111111010110 | fba4a1f3efd6 |
EUC-JP | 訷。?ヨ | 1000111111011101110101001000111010100001001111111000111011010110 | 8fddd48ea13f8ed6 |
UTF-8 | 訷。ヨ | 111010001010100010110111111011111011110110100001111011101000101110100010111011111011111010010110 | e8a8b7efbda1ee8ba2efbe96 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)