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 | 砲倥0痙 | 1001011001000011100110001110001110000010010011111110000101111010 | 964398e3824fe17a |
EUC-JP | 砲倥0痙 | 1100101110100100110100001110010110100011101100001110000111011011 | cba4d0e5a3b0e1db |
UTF-8 | 砲倥0痙 | 111001111010000010110010111001011000000010100101111011111011110010010000111001111001011110011001 | e7a0b2e580a5efbc90e79799 |
UHC | 砲?0痙 | 11111000110111110011111110100011101100001100110011100010 | f8df3fa3b0cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)