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 | 鴫射実 | 100011101011000010001110110010111000111011000000 | 8eb08ecb8ec0 |
EUC-JP | 鴫射実 | 101111001011001010111100110011011011110011000010 | bcb2bccdbcc2 |
UTF-8 | 鴫射実 | 111010011011010010101011111001011011000010000100111001011010111010011111 | e9b4abe5b084e5ae9f |
UHC | ?射? | 00111111110111101101001000111111 | 3fded23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)