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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓??哀← | 1110100010111101001111110011111110001000101000111000000110101001 | e8bd3f3f88a381a9 |
EUC-JP | 霓??哀← | 1111000010111111001111110011111110110000101001011010001010101011 | f0bf3f3fb0a5a2ab |
UTF-8 | 霓ㅴ틫哀← | 111010011001110010010011111000111000010110110100111011011000101110101011111001011001001110000000111000101000011010010000 | e99c93e385b4ed8babe59380e28690 |
UHC | 霓ㅴ틫哀← | 11100111111001111010010011100100101110101001010111100100111011101010000111100111 | e7e7a4e4ba95e4eea1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)