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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?訥ぴ??ォ\ | 00111111111001100110001110000010110100100011111100111111100000110100100001011100 | 3fe66382d23f3f83485c |
EUC-JP | ?訥ぴ??ォ\ | 00111111111010111100010010100100110101000011111100111111101001011010100101011100 | 3febc4a4d43f3fa5a95c |
UTF-8 | 룶訥ぴ룶殺ォ\ | 11101011101000111011011011101000101010001010010111100011100000011011010011101011101000111011011011101111101001011011000011100011100000101010100101011100 | eba3b6e8a8a5e381b4eba3b6efa5b0e382a95c |
UHC | 룶訥ぴ룶殺ォ\ | 10001111101010111101001011101101101010101101010010001111101010111110000111101101101010111010100101011100 | 8fabd2edaad48fabe1edaba95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)