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 | ???隱?? | 00111111001111110011111111101000101010100011111100111111 | 3f3f3fe8aa3f3f |
EUC-JP | 縯??隱?? | 100011111101010011001011001111110011111111110000101011000011111100111111 | 8fd4cb3f3ff0ac3f3f |
UTF-8 | 縯롡뫒隱뷸뀆 | 111001111011100010101111111010111010000110100001111010111010101110010010111010011001101010110001111010111011011110111000111010111000000010000110 | e7b8afeba1a1ebab92e99ab1ebb7b8eb8086 |
UHC | 縯롡뫒隱뷸뀆 | 111001101110000010001110111000101001000110110100111010111101111110111010111001101000010110000010 | e6e08ee291b4ebdfbae68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)