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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 偲雫脩 | 100011101100001110001110101101001110001111111001 | 8ec38eb4e3f9 |
EUC-JP | 偲雫脩 | 101111001100010110111100101101101110011011111011 | bcc5bcb6e6fb |
UTF-8 | 偲雫脩 | 111001011000000110110010111010011001101110101011111010001000010010101001 | e581b2e99babe884a9 |
UHC | ??脩 | 00111111001111111110001010111011 | 3f3fe2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)