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 | 癲??援よ? | 111000011001111100111111001111111000100110000111100000101110011000111111 | e19f3f3f898782e63f |
EUC-JP | 癲??援よ? | 111000101010000100111111001111111011000111100111101001001110100000111111 | e2a13f3fb1e7a4e83f |
UTF-8 | 癲숆낄援よ첑 | 111001111001100110110010111011001000100010000110111010111000001010000100111001101000111110110100111000111000001010001000111011001011001010010001 | e799b2ec8886eb8284e68fb4e38288ecb291 |
UHC | 癲숆낄援よ첑 | 111011111010011010011001111010101011001110100101111010101011010110101010111010001010101010011110 | efa699eab3a5eab5aae8aa9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)