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 | ?篁緩? | 001111111110001010111001100010101100100100111111 | 3fe2b98ac93f |
EUC-JP | ?篁緩? | 001111111110010010111011101101001100101100111111 | 3fe4bbb4cb3f |
UTF-8 | 뤗篁緩쪩 | 111010111010010010010111111001111010111110000001111001111011011110101001111011001010101010101001 | eba497e7af81e7b7a9ecaaa9 |
UHC | 뤗篁緩쪩 | 1000111111000111111111001101011011101000110100001010011001000010 | 8fc7fcd6e8d0a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)