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 | コ桒熄サ | 1111000111111011101110101111101011100011111000001000111110111011 | f1fbbafae3e08fbb |
EUC-JP | ?コ桒熄サ | 00111111100011101011101010001111110000111100100111011111111011111000111010111011 | 3f8eba8fc3c9dfef8ebb |
UTF-8 | コ桒熄サ | 111011101000010110110110111011111011110110111010111001101010000110010010111001111000011010000100111011111011110110111011 | ee85b6efbdbae6a192e78684efbdbb |
UHC | ???熄? | 001111110011111100111111111000111101100000111111 | 3f3f3fe3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)