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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 茫わ秀] | 11100100101010011000001011101101100011110100011101011101 | e4a982ed8f475d |
EUC-JP | 茫わ秀] | 11101000101010111010010011101111101111011010100001011101 | e8aba4efbda85d |
UTF-8 | 茫わ秀] | 11101000100011001010101111100011100000101000111111100111101001111000000001011101 | e88cabe3828fe7a7805d |
UHC | 茫わ秀] | 11011000110101001010101011101111111000101011001101011101 | d8d4aaefe2b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)