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 | コ桒熄サウ | 111100011111101110111010111110101110001111100000100011111011101110110011 | f1fbbafae3e08fbbb3 |
EUC-JP | ?コ桒熄サウ | 001111111000111010111010100011111100001111001001110111111110111110001110101110111000111010110011 | 3f8eba8fc3c9dfef8ebb8eb3 |
UTF-8 | コ桒熄サウ | 111011101000010110110110111011111011110110111010111001101010000110010010111001111000011010000100111011111011110110111011111011111011110110110011 | ee85b6efbdbae6a192e78684efbdbbefbdb3 |
UHC | ???熄?? | 00111111001111110011111111100011110110000011111100111111 | 3f3f3fe3d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)