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 | 癲?〃肄?? | 111000011001111100111111100000010101011011100011111001010011111100111111 | e19f3f8156e3e53f3f |
EUC-JP | 癲?〃肄?ł | 1110001010100001001111111010000110110111111001101110011100111111100011111010100111001000 | e2a13fa1b7e6e73f8fa9c8 |
UTF-8 | 癲뗫〃肄먪ł | 1110011110011001101100101110101110010111101010111110001110000000100000111110100010000010100001001110101110101000101010101100010110000010 | e799b2eb97abe38083e88284eba8aac582 |
UHC | 癲뗫〃肄먪ł | 111011111010011010001011111010111010000110101000111011001011110110010000111001111010100110101001 | efa68beba1a8ecbd90e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)