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 | BhF}vBhF}vB | 10010010010000100110100001000110011111010111011010010010010000100110100001000110011111010111011001000010 | 924268467d76924268467d7642 |
SJIS-WIN | ?BhF}v?BhF}vB | 00111111010000100110100001000110011111010111011000111111010000100110100001000110011111010111011001000010 | 3f4268467d763f4268467d7642 |
EUC-JP | ?BhF}v?BhF}vB | 00111111010000100110100001000110011111010111011000111111010000100110100001000110011111010111011001000010 | 3f4268467d763f4268467d7642 |
UTF-8 | BhF}vBhF}vB | 110000101001001001000010011010000100011001111101011101101100001010010010010000100110100001000110011111010111011001000010 | c2924268467d76c2924268467d7642 |
UHC | ?BhF}v?BhF}vB | 00111111010000100110100001000110011111010111011000111111010000100110100001000110011111010111011001000010 | 3f4268467d763f4268467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)