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 | 汚??要ι? | 100010011001100000111111001111111001011101110110100000111100011100111111 | 89983f3f977683c73f |
EUC-JP | 汚??要ι? | 101100011111100000111111001111111100110111010111101001101100100100111111 | b1f83f3fcdd7a6c93f |
UTF-8 | 汚놅스要ι긽 | 1110011010110001100110101110101110000110100001011110110010001010101001001110100010100110100000011100111010111001111010101011100010111101 | e6b19aeb8685ec8aa4e8a681ceb9eab8bd |
UHC | 汚놅스要ι긽 | 111001111111110110000110111011111011110110111010111010011010100110100101111010011000001110000001 | e7fd86efbdbae9a9a5e98381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)