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 | 癲??二?? | 1110000110011111001111110011111110010011111100010011111100111111 | e19f3f3f93f13f3f |
EUC-JP | 癲??二?? | 1110001010100001001111110011111111000110111100110011111100111111 | e2a13f3fc6f33f3f |
UTF-8 | 癲좊끏二녔췃 | 111001111001100110110010111011001010001010001010111010111000000110001111111001001011101010001100111010111000010110010100111011001011011110000011 | e799b2eca28aeb818fe4ba8ceb8594ecb783 |
UHC | 癲좊끏二녔췃 | 111011111010011010100000111010111000010110111111111011001010001110110011111001101010110110011111 | efa6a0eb85bfeca3b3e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)