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 | 燿??野у? | 111000001010000000111111001111111001011011101100100001001000010100111111 | e0a03f3f96ec84853f |
EUC-JP | 燿??野у? | 111000001010001000111111001111111100110011101110101001111110010100111111 | e0a23f3fcceea7e53f |
UTF-8 | 燿댐쉥野у뫏 | 1110011110000111101111111110101110001100100100001110110010001001101001011110100110000111100011101101000110000011111010111010101110001111 | e787bfeb8c90ec89a5e9878ed183ebab8f |
UHC | 燿댐쉥野у뫏 | 111010001111110010110100111011111011110110101011111001011010111110101100111001011001000110110001 | e8fcb4efbdabe5aface591b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)