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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎コ枻「裔 | 1110100010111110101110101111101011100010101000101110010111100001 | e8bebafae2a2e5e1 |
EUC-JP | 霎コ枻「裔 | 1111000011000000100011101011101010001111110000111011010110001110101000101110101011100011 | f0c08eba8fc3b58ea2eae3 |
UTF-8 | 霎コ枻「裔 | 111010011001110010001110111011111011110110111010111001101001111010111011111011111011110110100010111010001010001110010100 | e99c8eefbdbae69ebbefbda2e8a394 |
UHC | ????裔 | 001111110011111100111111001111111110011111100000 | 3f3f3f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)