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 | 獄??闇ζ? | 100011011001011000111111001111111000100011000101100000111100010000111111 | 8d963f3f88c583c43f |
EUC-JP | 獄??闇ζ? | 101110011111011000111111001111111011000011000111101001101100011000111111 | b9f63f3fb0c7a6c63f |
UTF-8 | 獄몃뜛闇ζ묾 | 1110011110001101100001001110101110101010100000111110101110011100100110111110100110010111100001111100111010110110111010111010110010111110 | e78d84ebaa83eb9c9be99787ceb6ebacbe |
UHC | 獄몃뜛闇ζ묾 | 111010001010101110111000111010111000110110011110111001001110000110100101111001101011100110110010 | e8abb8eb8d9ee4e1a5e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)