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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヘロ瞞簔 | 11001101110110111111000011100011111000011101010011100010110000011111011010110000 | cddbf0e3e1d4e2c1f6b0 |
EUC-JP | ヘロ?瞞簔? | 10001110110011011000111011011011001111111110001011010110111001001100001100111111 | 8ecd8edb3fe2d6e4c33f |
UTF-8 | ヘロ瞞簔 | 111011111011111010001101111011111011111010011011111011101000001010100010111001111001111010011110111001111011000010010100111011101001001110010111 | efbe8defbe9bee82a2e79e9ee7b094ee9397 |
UHC | ???瞞?? | 00111111001111110011111111011000101111100011111100111111 | 3f3f3fd8be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)