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 | 〓????を | 1000000110101100001111110011111100111111001111111000001011110000 | 81ac3f3f3f3f82f0 |
EUC-JP | 〓????を | 1010001010101110001111110011111100111111001111111010010011110010 | a2ae3f3f3f3fa4f2 |
UTF-8 | 〓룵끗룶즽を | 111000111000000010010011111010111010001110110101111010111000000110010111111010111010001110110110111011001010011010111101111000111000001010010010 | e38093eba3b5eb8197eba3b6eca6bde38292 |
UHC | 〓룵끗룶즽を | 101000011110101110001111101010101011001011111101100011111010101110100011100011111010101011110010 | a1eb8faab2fd8faba38faaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)