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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邊奬邊奬^ | 111001111011001010011010111110111110011110110010100110101111101101011110 | e7b29afbe7b29afb5e |
EUC-JP | 邊奬邊奬^ | 111011101011010011010100111111011110111010110100110101001111110101011110 | eeb4d4fdeeb4d4fd5e |
UTF-8 | 邊奬邊奬^ | 11101001100000101000101011100101101001011010110011101001100000101000101011100101101001011010110001011110 | e9828ae5a5ace9828ae5a5ac5e |
UHC | 邊奬邊奬^ | 110111001010101111101101111000011101110010101011111011011110000101011110 | dcabede1dcabede15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)