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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 北邊戀 | 100101100110101111100111101100101001110011110110 | 966be7b29cf6 |
EUC-JP | 北邊戀 | 110010111100110011101110101101001101100011111000 | cbcceeb4d8f8 |
UTF-8 | 北邊戀 | 111001011000110010010111111010011000001010001010111001101000100010000000 | e58c97e9828ae68880 |
UHC | 北邊戀 | 110111011100000111011100101010111101010111111100 | ddc1dcabd5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)