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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓿、逵Г | 11100100111100001010010011100111100111001000010001000011 | e4f0a4e79c8443 |
EUC-JP | 蓿、逵Г | 1110100011110010100011101010010011101101111111001010011110100100 | e8f28ea4edfca7a4 |
UTF-8 | 蓿、逵Г | 1110100010010011101111111110111110111101101001001110100110000000101101011101000010010011 | e893bfefbda4e980b5d093 |
UHC | ??逵Г | 001111110011111111010000101100001010110010100100 | 3f3fd0b0aca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)