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 | 釣?圓?擺? | 100100101101111000111111100110101010001000111111100111011011001000111111 | 92de3f9aa23f9db23f |
EUC-JP | 釣?圓?擺? | 110001001110000000111111110101001010010000111111110110101011010000111111 | c4e03fd4a43fdab43f |
UTF-8 | 釣끓圓뤈擺텯 | 111010011000011110100011111010111000000110010011111001011001110010010011111010111010010010001000111001101001001110111010111011011000010110101111 | e987a3eb8193e59c93eba488e693baed85af |
UHC | 釣끓圓뤈擺텯 | 111100001110010110110010111110101110101010101101100011111011100011110111111011001011011101000010 | f0e5b2faeaad8fb8f7ecb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)