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 | ?ν??ъ? | 0011111110000011110010110011111100111111100001001000110000111111 | 3f83cb3f3f848c3f |
EUC-JP | ?ν??ъ? | 0011111110100110110011010011111100111111101001111110110000111111 | 3fa6cd3f3fa7ec3f |
UTF-8 | 淋ν슕泥ъ㎣ | 11101111101001111011010111001110101111011110110010001010100101011110111110100111101000111101000110001010111000111000111010100011 | efa7b5cebdec8a95efa7a3d18ae38ea3 |
UHC | 淋ν슕泥ъ㎣ | 111011001111100010100101111011011001101010100100111011001011001010101100111011001010011110100111 | ecf8a5ed9aa4ecb2aceca7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)