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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲?Л癲?Л^ | 1110000110011111001111111000010001001100111000011001111100111111100001000100110001011110 | e19f3f844ce19f3f844c5e |
EUC-JP | 癲?Л癲?Л^ | 1110001010100001001111111010011110101101111000101010000100111111101001111010110101011110 | e2a13fa7ade2a13fa7ad5e |
UTF-8 | 癲쏅Л癲쏅Л^ | 1110011110011001101100101110110010001111100001011101000010011011111001111001100110110010111011001000111110000101110100001001101101011110 | e799b2ec8f85d09be799b2ec8f85d09b5e |
UHC | 癲쏅Л癲쏅Л^ | 11101111101001101001101111101011101011001010110111101111101001101001101111101011101011001010110101011110 | efa69bebacadefa69bebacad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)