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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 筝号「h筝号「 | 1110001010110110100011011000011010100010011010001110001010110110100011011000011010100010 | e2b68d86a268e2b68d86a2 |
EUC-JP | 筝号「h筝号「 | 11100100101110001011100111100110100011101010001001101000111001001011100010111001111001101000111010100010 | e4b8b9e68ea268e4b8b9e68ea2 |
UTF-8 | 筝号「h筝号「 | 11100111101011011001110111100101100011111011011111101111101111011010001001101000111001111010110110011101111001011000111110110111111011111011110110100010 | e7ad9de58fb7efbda268e7ad9de58fb7efbda2 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)