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 | 奬盤味? | 10011010111110111001010011010101100101101010000100111111 | 9afb94d596a13f |
EUC-JP | 奬盤味? | 11010100111111011100100011010111110011001010001100111111 | d4fdc8d7cca33f |
UTF-8 | 奬盤味뤊 | 111001011010010110101100111001111001101110100100111001011001000110110011111010111010010010001010 | e5a5ace79ba4e591b3eba48a |
UHC | 奬盤味뤊 | 1110110111100001110110101110111111011010101010111000111110111010 | ede1daefdaab8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)