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 | 鈐疾遙叱 | 1111101111000010100011101011111011101010101000011000111010110110 | fbc28ebeeaa18eb6 |
EUC-JP | 鈐疾遙叱 | 100011111110001111000001101111001100000011110100101000111011110010111000 | 8fe3c1bcc0f4a3bcb8 |
UTF-8 | 鈐疾遙叱 | 111010011000100010010000111001111001011010111110111010011000000110011001111001011000111110110001 | e98890e796bee98199e58fb1 |
UHC | 鈐疾遙叱 | 1100110010100010111100101111000011101001101010111111001011101010 | cca2f2f0e9abf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)