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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 前?羽?裁 | 1001000101001111001111111000100101001000001111111000110111011001 | 914f3f89483f8dd9 |
EUC-JP | 前?羽?裁 | 1100000110110000001111111011000110101001001111111011101011011011 | c1b03fb1a93fbadb |
UTF-8 | 前렖羽렱裁 | 111001011000100110001101111010111010000010010110111001111011111010111101111010111010000010110001111010001010001110000001 | e5898deba096e7bebdeba0b1e8a381 |
UHC | 前렖羽렱裁 | 11101110111100011000111010101011111010011110001010001110101111101110111010101110 | eef18eabe9e28ebeeeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)