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 | 愛?燿? | 100010001010010000111111111000001010000000111111 | 88a43fe0a03f |
EUC-JP | 愛?燿? | 101100001010011000111111111000001010001000111111 | b0a63fe0a23f |
UTF-8 | 愛쵦燿쫕 | 111001101000010010011011111011001011010110100110111001111000011110111111111011001010101110010101 | e6849becb5a6e787bfecab95 |
UHC | 愛쵦燿쫕 | 1110010011110001101011010100010111101000111111001010011001101011 | e4f1ad45e8fca66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)