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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雲?g億?B | 100010010101111100111111100000101000011110001001101011010011111101000010 | 895f3f828789ad3f42 |
EUC-JP | 雲?g億?B | 101100011100000000111111101000111110011110110010101011110011111101000010 | b1c03fa3e7b2af3f42 |
UTF-8 | 雲뜹g億렕B | 11101001100110111011001011101011100111001011100111101111101111011000011111100101100001001000010011101011101000001001010101000010 | e99bb2eb9cb9efbd87e58484eba09542 |
UHC | 雲뜹g億렕B | 1110101010100011101101101110010110100011111001111110010111100010100011101010101001000010 | eaa3b6e5a3e7e5e28eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)