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 | ?ゼ?阪 | 001111111000001101011011001111111000110111100011 | 3f835b3f8de3 |
EUC-JP | ?ゼ?阪 | 001111111010010110111100001111111011101011100101 | 3fa5bc3fbae5 |
UTF-8 | 뤚ゼ견阪 | 111010111010010010011010111000111000001010111100111010101011001010101100111010011001100010101010 | eba49ae382bceab2ace998aa |
UHC | 뤚ゼ견阪 | 1000111111001001101010111011110010110000110111111111100010100001 | 8fc9abbcb0dff8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)