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 | 項??咳←? | 100011011000000000111111001111111000101001010000100000011010100100111111 | 8d803f3f8a5081a93f |
EUC-JP | 項??咳←? | 101110011110000000111111001111111011001110110001101000101010101100111111 | b9e03f3fb3b1a2ab3f |
UTF-8 | 項꿩뮈咳←뮵 | 111010011010000010000101111010101011111110101001111010111010111010001000111001011001001010110011111000101000011010010000111010111010111010110101 | e9a085eabfa9ebae88e592b3e28690ebaeb5 |
UHC | 項꿩뮈咳←뮵 | 111110101010001110110010111001101011100110111111111110101010011010100001111001111001001010111101 | faa3b2e6b9bffaa6a1e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)