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 | 凞。煜ユ酣萪 | 11111011010110001010000111111011010101011101010111100111110001011110010011010010 | fb58a1fb55d5e7c5e4d2 |
EUC-JP | ?。煜ユ酣萪 | 001111111000111010100001100011111100100111111100100011101101010111101110110001111110100011010100 | 3f8ea18fc9fc8ed5eec7e8d4 |
UTF-8 | 凞。煜ユ酣萪 | 111011111010100010010101111011111011110110100001111001111000010110011100111011111011111010010101111010011000010110100011111010001001000010101010 | efa895efbda1e7859cefbe95e985a3e890aa |
UHC | ??煜??? | 00111111001111111110100111110010001111110011111100111111 | 3f3fe9f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)