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 | 鈺貂鉈譯 | 1111101111000100111001101011100011100111111010111110011010100001 | fbc4e6b8e7ebe6a1 |
EUC-JP | 鈺貂鉈譯 | 100011111110001111010101111011001011101011101110111011011110110010100011 | 8fe3d5ecbaeeedeca3 |
UTF-8 | 鈺貂鉈譯 | 111010011000100010111010111010001011001010000010111010011000100110001000111010001010110110101111 | e988bae8b282e98988e8adaf |
UHC | 鈺貂?譯 | 11101000101011011111010110110000001111111110011010111011 | e8adf5b03fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)