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 | 癲??釉ヤ? | 111000011001111100111111001111111110011111010110100000111000010000111111 | e19f3f3fe7d683843f |
EUC-JP | 癲??釉ヤ? | 111000101010000100111111001111111110111011011000101001011110010000111111 | e2a13f3feed8a5e43f |
UTF-8 | 癲싳뼇釉ヤ펺 | 111001111001100110110010111011001000101110110011111010111011110010000111111010011000011110001001111000111000001110100100111011011000111010111010 | e799b2ec8bb3ebbc87e98789e383a4ed8eba |
UHC | 癲싳뼇釉ヤ펺 | 111011111010011010011010111011001001011010010001111010111011100010101011111001001011110010001010 | efa69aec9691ebb8abe4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)