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 | 癲?〃肄?? | 111000101010000100111111101000011011011111100110111001110011111100111111 | e2a13fa1b7e6e73f3f |
UTF-8 | 癲뗫〃肄먩를 | 111001111001100110110010111010111001011110101011111000111000000010000011111010001000001010000100111010111010100010101001111010111010010110111100 | e799b2eb97abe38083e88284eba8a9eba5bc |
UHC | 癲뗫〃肄먩를 | 111011111010011010001011111010111010000110101000111011001011110110010000111001101011100010100110 | efa68beba1a8ecbd90e6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)