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 | 汝?譽??厓 | 100100111111000000111111111001101010001100111111001111111111101010001101 | 93f03fe6a33f3ffa8d |
EUC-JP | 汝?譽??厓 | 11000110111100100011111111101100101001010011111100111111100011111011010011000111 | c6f23feca53f3f8fb4c7 |
UTF-8 | 汝쉣譽깁콌厓 | 111001101011000110011101111011001000100110100011111010001010110110111101111010101011100110000001111011001011110110001100111001011000111010010011 | e6b19dec89a3e8adbdeab981ecbd8ce58e93 |
UHC | 汝쉣譽깁콌厓 | 111001101010001110011010011110001110011111100010101100011110100110110001100010001110010011101101 | e6a39a78e7e2b1e9b188e4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)