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 | ??…已 | 001111110011111110000001011000111001101111011111 | 3f3f81639bdf |
EUC-JP | ??…已 | 001111110011111110100001110001001101011011100001 | 3f3fa1c4d6e1 |
UTF-8 | 濾낅…已 | 111011111010011010000100111010111000001010000101111000101000000010100110111001011011011110110010 | efa684eb8285e280a6e5b7b2 |
UHC | 濾낅…已 | 1110011010100100100001011110101110100001101001101110110010101011 | e6a485eba1a6ecab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)