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 | 翁?壯?紆? | 100010011010010100111111100110101110000100111111111000101111110000111111 | 89a53f9ae13fe2fc3f |
EUC-JP | 翁?壯?紆? | 101100101010011100111111110101001110001100111111111001001111111000111111 | b2a73fd4e33fe4fe3f |
UTF-8 | 翁렚壯렓紆렏 | 111001111011111110000001111010111010000010011010111001011010001110101111111010111010000010010011111001111011010010000110111010111010000010001111 | e7bf81eba09ae5a3afeba093e7b486eba08f |
UHC | 翁렚壯렓紆렏 | 111010001011101010001110101011011110110111100000100011101010100011101001111000011000111010100101 | e8ba8eadede08ea8e9e18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)