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 | ???唯ζ? | 0011111100111111001111111001011101000010100000111100010000111111 | 3f3f3f974283c43f |
EUC-JP | ???唯ζ? | 0011111100111111001111111100110110100011101001101100011000111111 | 3f3f3fcda3a6c63f |
UTF-8 | 捻뀀쉼唯ζ쾮 | 1110111110100110101001001110101110000000100000001110110010001001101111001110010110010100101011111100111010110110111011001011111010101110 | efa6a4eb8080ec89bce594afceb6ecbeae |
UHC | 捻뀀쉼唯ζ쾮 | 111001101111011110110010111010111011110110110000111010101110011010100101111001101011001010000101 | e6f7b2ebbdb0eae6a5e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)