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 | ???茵?す | 0011111100111111001111111110010010011111001111111000001010110111 | 3f3f3fe49f3f82b7 |
EUC-JP | ???茵?す | 0011111100111111001111111110100010100001001111111010010010111001 | 3f3f3fe8a13fa4b9 |
UTF-8 | 琉뜹캌茵껊す | 111011111010011110001100111010111001110010111001111011001011101010001100111010001000110010110101111010101011101110001010111000111000000110011001 | efa78ceb9cb9ecba8ce88cb5eabb8ae38199 |
UHC | 琉뜹캌茵껊す | 111010111010010010110110111001011010111110010111111011001110000010000011111010111010101010111001 | eba4b6e5af97ece083ebaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)