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 | ???給裝 | 00111111001111110011111110001011100010111110010111100100 | 3f3f3f8b8be5e4 |
EUC-JP | ???給裝 | 00111111001111110011111110110101111010111110101011100110 | 3f3f3fb5ebeae6 |
UTF-8 | 僚밤굨給裝 | 111011111010011010111011111010111011000010100100111010101011010110101000111001111011010110100110111010001010001110011101 | efa6bbebb0a4eab5a8e7b5a6e8a39d |
UHC | 僚밤굨給裝 | 11101000111010001011100111100011100000101000111011010000111001011110110111111011 | e8e8b9e3828ed0e5edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)