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 | ?????M | 001111110011111100111111001111110011111101001101 | 3f3f3f3f3f4d |
SJIS-WIN | 窩瘢?辛?M | 111000100111110011100001100011010011111110010000011010000011111101001101 | e27ce18d3f90683f4d |
EUC-JP | 窩瘢?辛?M | 111000111101110111100001111011010011111110111111110010010011111101001101 | e3dde1ed3fbfc93f4d |
UTF-8 | 窩瘢썽辛렪M | 11100111101010101010100111100111100110001010001011101100100011011011110111101000101111101001101111101011101000001010101001001101 | e7aaa9e798a2ec8dbde8be9beba0aa4d |
UHC | 窩瘢썽辛렪M | 1110100011000000110110101110111010111101111010011110001111110100100011101011100001001101 | e8c0daeebde9e3f48eb84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)